CRPEJob::GetNthParamInfo is obsolete. It will still work for older applications. However, there have been a number of major enhancements to the parameter fields (default values, multiple values, value ranges, etc.). Use CRPEJob::GetParameterValueInfo, for all new development.
CRPEJob::GetNthParamInfo was used to retrieve the name and type of a specified stored procedure parameter.
BOOL GetNthParamInfo (
short paramN,
CRPEParameterInfo *paramInfo );
Specifies the number of the stored procedure parameter about which you want to retrieve information. | |
Specifies a pointer to an (obsolete) CRPEParameterInfo structure. |
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |